File Dialog
Command Prototype
sRet = Dialog.OpenFile(sDefaultPath,sFilter,sTitle)
Command Description
Pop up an Open File dialog box
Parameter Description
- Required Parameter
- sDefaultPath--The default directory located when the dialog displays; If a null is passed, locate to the directory for the last operation
- sFilter--The description of filters by file types, separated by |, which is preceded by the file type displayed and followed by the description text; can be multiple groups
- sTitle--The title of a dialog box
- return
- sRet--The variable used to save the output of the function call